home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if the mouseCast = 2 then
- go("loop")
- end if
- if rollOver(21) then
- if the visible of sprite 21 = 0 then
- set the visible of sprite 21 to 1
- end if
- else
- set the visible of sprite 21 to 0
- end if
- if rollOver(23) then
- if the visible of sprite 22 = 0 then
- set the visible of sprite 22 to 1
- end if
- else
- set the visible of sprite 22 to 0
- end if
- if rollOver(24) then
- if the visible of sprite 24 = 0 then
- set the visible of sprite 24 to 1
- end if
- else
- set the visible of sprite 24 to 0
- end if
- go(the frame)
- end
-